home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / recent2 / quilld.lha / Demo / Doc / Sample_Macros next >
Text File  |  1995-08-29  |  2KB  |  46 lines

  1.  
  2.                                Sample Macros
  3.                                -------------
  4.  
  5. Included with Quill are several example ARexx disk macros that you may
  6. wish to peruse.  If you chose to install the sample macros when you
  7. installed Quill, then you will find several Quill macros in your REXX:
  8. directory.  You may find these scripts useful while working with Quill, or 
  9. you may wish to use pieces of code from them in your own scripts.
  10.  
  11. You can try out these scripts by using the "Execute Macro" menu item in
  12. the "Macros" menu.  This will display the file requester listing all Quill 
  13. macros in your REXX: directory, select the macro to execute.  If you think 
  14. you will want to be making use of any of these ARexx macros regularly, you 
  15. will probably want to assign them to a keystroke, menu item or
  16. SpeedButton.
  17.  
  18.   · Date.quill        - Presents a requester listing severl possible date
  19.                         formats.  Select the format you want and press
  20.                         "OK" (or double-click on the item) and today's
  21.                         date in the selected format will be inserted at
  22.                         the current cursor position.  Select "Cancel" to
  23.                         abort.
  24.  
  25.   · EnterASCII.quill  - Opens up a requester prompting you for an ASCII
  26.                         value of a character to insert at the current
  27.                         cursor position.
  28.  
  29.   · GetXRef.quill     - Looks up the current word in AmigaGuide autodocs.  
  30.                         This requires that you have the autodocs available 
  31.                         in AmigaGuide format, and that you have made a
  32.                         cross-reference file for the autodocs.  You will
  33.                         need to load this macro into Quill and edit the
  34.                         variable which points to the cross-reference file.
  35.  
  36.   · IndentLeft.quill  - Indents all lines left by one tab.  If a block is 
  37.                         being marked, it de-indents all lines in the block,
  38.                         otherwise the current line will be indented.
  39.  
  40.   · IndentRight.quill - Indents all lines right by one tab.  If a block is 
  41.                         being marked, it indents all lines in the block,
  42.                         otherwise the current line will be indented.
  43.  
  44.   · Time.quill        - Inserts the current time in HH:MM:SS format at the 
  45.                         current cursor position.
  46.